pgsql and function results

Поиск
Список
Период
Сортировка
От erikp
Тема pgsql and function results
Дата
Msg-id l03110704b3250e3b4e4b@[147.233.148.145]
обсуждение исходный текст
Список pgsql-sql
Can postgresql return a result set from a function or some other way?

create function getBooks() returns ??? as 'select * from books';

Is there an rType for ??? that is a resultset? This is a very basic
fuctionality in other dbs.

Erik




В списке pgsql-sql по дате отправления:

Предыдущее
От: "Eduardo Noeda"
Дата:
Сообщение: IIF..
Следующее
От: "Andrew Douglas"
Дата:
Сообщение: Newbie question about datatype conversion